Skip to content

Adopt shared Scala CI workflow - #607

Merged
mr-git merged 2 commits into
masterfrom
adopt-shared-ci
Aug 10, 2026
Merged

Adopt shared Scala CI workflow#607
mr-git merged 2 commits into
masterfrom
adopt-shared-ci

Conversation

@stasimus

@stasimus stasimus commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Replaces the hand-written ci.yml with a call to the shared workflow, so tests, coverage, binary compatibility, formatting and scaladoc are configured centrally. Drops the now-unused sbt-coveralls plugin, which has no sbt 2 build.

Checks now run as explicit sbt tasks rather than through the check alias, and checkout is unshallow so versionPolicyCheck has a previous version to compare against.

Part of evolution-gaming/scala-github-actions#5

Summary by CodeRabbit

  • Chores
    • Updated the continuous integration workflow to use the latest shared Scala build process.
    • Replaced the previous code coverage integration with an updated coverage tool.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 31214299107

Coverage increased (+2.8%) to 82.087%

Details

  • Coverage increased (+2.8%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 2842
Covered Lines: 2403
Line Coverage: 84.55%
Relevant Branches: 541
Covered Branches: 374
Branch Coverage: 69.13%
Branches in Coverage %: Yes
Coverage Strength: 1.34 hits per line

💛 - Coveralls

@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 831d3df3-34ff-4d1a-8112-ba92a2497c80

📥 Commits

Reviewing files that changed from the base of the PR and between a283b60 and 9a8da55.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • project/plugins.sbt
💤 Files with no reviewable changes (1)
  • project/plugins.sbt

📝 Walkthrough

Walkthrough

The CI job now uses evolution-gaming/scala-github-actions v6.3.0. The project replaces sbt-coveralls with sbt-scoverage version 2.4.4.

Changes

CI consolidation

Layer / File(s) Summary
Shared CI workflow and coverage plugin
.github/workflows/ci.yml, project/plugins.sbt
The local CI steps are replaced by the reusable Scala workflow. The project uses sbt-scoverage version 2.4.4 instead of sbt-coveralls.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related issues

  • evolution-gaming/scala-github-actions#5 — The changes adopt the shared CI workflow and scoverage configuration described by the issue.

Suggested reviewers: mr-git

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adopting the shared Scala CI workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch adopt-shared-ci

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@mr-git
mr-git merged commit 48cfd94 into master Aug 10, 2026
6 checks passed
@mr-git
mr-git deleted the adopt-shared-ci branch August 10, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants